From f2c4c8bf56cd7addda76944980c961803242976e Mon Sep 17 00:00:00 2001 From: oliskoli Date: Tue, 31 Oct 2006 19:08:18 +0000 Subject: [PATCH] Warning fix. --- gpsbabel/stmsdf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gpsbabel/stmsdf.c b/gpsbabel/stmsdf.c index 23c0f086a..bc2e861e5 100644 --- a/gpsbabel/stmsdf.c +++ b/gpsbabel/stmsdf.c @@ -642,6 +642,9 @@ data_write(void) switch(global_opts.objective) { + case wptdata: + break; + case rtedata: gbfprintf(fout, "TYPE=5\n"); -- 2.30.2